
/*! Responsive menu
version: 0.2.1
*/

/*
Suggested HTML:
<a class="rm-toggle rm-button rm-nojs" href="#">Menus</a>
<nav class="rm-nav rm-nojs rm-lighten">
	<ul> ...

Theme class options: rm-lighten(as illustrated above), rm-darken.
rm-lighten theme lightens menu item backgrounds.
rm-darken theme darkens menu item backgrounds.
Set menu background color to any color
to work with the chosen theme.
*/

/* Set menu background color here */
.rm-nav > ul{background:#fff;}
.rm-menu {
    background-color: rgb(0, 0, 0);
    margin-top: 0;
}

/* Required styles =========================================================== */

/* Add clearfix to nav element container*/
.rm-container:after {
    content: " ";
    display: table;
    clear: both;
}

/* Toggle Link styles */
.rm-toggle {
    display:  none;
    float: right;
    padding: 0 .75em;
    /*margin: 1em;*/
    height: 2em;
    line-height: 2em;
    text-decoration: none;
    text-transform: uppercase;
    background-color: rgb(128, 128, 128); /* fallback */
    background-color: rgba(128, 128, 128, .5);
}
.rm-toggle.rm-show {
    display: inline-block;
}

/* Toggle Button styles */
.rm-toggle.rm-button {
    /* Use data uri */
    background-image:url(../images/menu-btn.png);
    /* Or use png */
    /*background-image:url(menu-btn.png);*/
	background-repeat:no-repeat;
	background-position:center center;
    padding: 0;
	width: 2.5em;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
}

/* Menu Container Element */
.rm-nav {
	width:850px;
	float:left;
	margin-left: 60px;!important
	margin-top: 37px;!important
}

/* Menu Element */
.rm-nav > ul,
.rm-top-menu {
    clear: both;
    list-style: none;
    padding: 0;
    margin-left: 0;
    margin-bottom: 0;
    zoom: 1;
}

/* Menu & Sub Menu Items */
.rm-nav li,
.rm-menu-item {
    position: relative;
}
.rm-nav > ul > .rm-last,
.rm-top-menu > .rm-last {
    margin-bottom: 1em;
}
.rm-nav li a,
.rm-menu-item  a {
    /*padding: .75em 2.5em;*/
    display: block;
    position: relative;
    color:#fff;
    text-decoration: none;
	font-size: 15px;
}
.nav_b ul .rm-menu-item a{padding: .75em 2.5em;}
/* Sub Menus */
.rm-nav li ul,
.rm-menu-item .rm-menu {
    width: 100%;
    padding:0;
    margin-left: 0;
    list-style: none;
    z-index: 500;
    zoom: 1;
}
.rm-nav .rm-hover ul,
.rm-nav .rm-hover .rm-menu {
    z-index: 600;
}

/* Sub Menu Items */
.rm-nav li li a,
.rm-menu-item .rm-menu-item a {
    z-index:500;
    padding-left: 2em;
}
.rm-nav li li.rm-last a,
.rm-menu-item .rm-menu-item.rm-last a {
    padding-bottom: 1em;
}
.rm-nav li li ul,
.rm-menu-item .rm-menu-item .rm-menu {
    position: static;
}

.rm-nav li li li a,
.rm-menu-item .rm-menu-item .rm-menu-item a {
    z-index:600;
    padding-left: 3em;
}

/* CSS Animations ============================================================= */
.rm-accelerate {
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
    -webkit-backface-visibility:hidden;
    -webkit-perspective: 1000;
}
.rm-css-animate {
    display: block;
    max-height: 0;
    overflow: hidden;
}
.rm-css-animate.rm-menu-expanded {
    overflow: visible;
}

/* Theme styles ============================================================= */

.rm-nav a {
    -webkit-transition: background-color 0.3s;
    transition: background-color 0.3s;
}

.rm-toggle:hover,
.rm-toggle:focus {
    background-color: rgb(156, 156, 156); /* fallback */
    background-color: rgba(156, 156, 156, .5);
    outline: none;
}

.rm-lighten li li a,
.rm-lighten li a:focus,
.rm-lighten li a:hover,
.rm-lighten li.rm-hover a,
.rm-lighten .rm-menu-item .rm-menu-item a,
.rm-lighten .rm-menu-item a:focus,
.rm-lighten .rm-menu-item a:hover,
.rm-lighten .rm-menu-item.rm-hover > a {
    background-color: rgb(32, 32, 32); /* fallback */
    background-color: rgba(255, 255, 255, .1);
    outline: none;
}

.rm-lighten li li li a,
.rm-lighten li li a:focus,
.rm-lighten li li a:hover,
.rm-lighten li li.rm-hover a,
.rm-lighten .rm-menu-expanded li a:focus,
.rm-lighten .rm-menu-expanded li a:hover,
.rm-lighten .rm-menu-item .rm-menu-item .rm-menu-item a,
.rm-lighten .rm-menu-item .rm-menu-item a:focus,
.rm-lighten .rm-menu-item .rm-menu-item a:hover,
.rm-lighten .rm-menu-item .rm-menu-item.rm-hover a,
.rm-lighten .rm-menu-expanded li a:focus,
.rm-lighten .rm-menu-expanded li a:hover {
    background-color: rgb(96, 96, 96); /* fallback */
    background-color: rgba(255, 255, 255, .2);
}

.rm-lighten li li li a:focus,
.rm-lighten li li li a:hover,
.rm-lighten li li li.rm-hover a,
.rm-lighten li .rm-menu-expanded a:focus,
.rm-lighten li .rm-menu-expanded a:hover,
.rm-lighten .rm-menu-item .rm-menu-item .rm-menu-item a:focus,
.rm-lighten .rm-menu-item .rm-menu-item .rm-menu-item a:hover,
.rm-lighten .rm-menu-item .rm-menu-item .rm-menu-item.rm-hover a,
.rm-lighten .rm-menu-item .rm-menu-expanded a:focus,
.rm-lighten .rm-menu-item .rm-menu-expanded a:hover {
    background-color: rgb(128, 128, 128); /* fallback */
    background-color: rgba(255, 255, 255, .3);
}

.rm-darken li li a,
.rm-darken li a:focus,
.rm-darken li a:hover,
.rm-darken li.rm-hover a,
.rm-darken .rm-menu-item .rm-menu-item a,
.rm-darken .rm-menu-item a:focus,
.rm-darken .rm-menu-item a:hover,
.rm-darken .rm-menu-item.rm-hover > a {
    background-color: rgb(192, 192, 192); /* fallback */
    background-color: rgba(0, 0, 0, .1);
    outline: none;
}

.rm-darken li li li a,
.rm-darken li li a:focus,
.rm-darken li li a:hover,
.rm-darken li li.rm-hover a,
.rm-darken .rm-menu-expanded li a:focus,
.rm-darken .rm-menu-expanded li a:hover,
.rm-darken .rm-menu-item .rm-menu-item .rm-menu-item a,
.rm-darken .rm-menu-item .rm-menu-item a:focus,
.rm-darken .rm-menu-item .rm-menu-item a:hover,
.rm-darken .rm-menu-item .rm-menu-item.rm-hover a,
.rm-darken .rm-menu-expanded li a:focus,
.rm-darken .rm-menu-expanded li a:hover {
    background-color: rgb(160, 160, 160); /* fallback */
    background-color: rgba(0, 0, 0, .2);
}
.rm-darken li li li a:focus,
.rm-darken li li li a:hover,
.rm-darken li li li.rm-hover a,
.rm-darken li .rm-menu-expanded a:focus,
.rm-darken li .rm-menu-expanded a:hover,
.rm-darken .rm-menu-item .rm-menu-item .rm-menu-item a:focus,
.rm-darken .rm-menu-item .rm-menu-item .rm-menu-item a:hover,
.rm-darken .rm-menu-item .rm-menu-item .rm-menu-item.rm-hover a,
.rm-darken .rm-menu-item .rm-menu-expanded a:focus,
.rm-darken .rm-menu-item .rm-menu-expanded a:hover {
    background-color: rgb(128, 128, 128); /* fallback */
    background-color: rgba(0, 0, 0, .3);
}

/* Expanded Layout styles - .rm-layout-expanded class is applied by plugin ========= */

.rm-layout-expanded .rm-nav > ul,
.rm-layout-expanded .rm-top-menu {
    margin-bottom: 0;
}

.rm-layout-expanded .rm-nav > ul > li,
.rm-layout-expanded .rm-top-menu > .rm-menu-item {
    float: left;
	background: none;
	margin-top: 37px;
}
.rm-layout-expanded .rm-nav > ul > li, .rm-layout-expanded .rm-top-menu > .nav_b:hover{background:url(../images/b_03.png) no-repeat right 20px #f3f3f3;}
.rm-layout-expanded .rm-nav > ul > .rm-last,
.rm-layout-expanded .rm-top-menu > .rm-last {
    margin-bottom: 0;
}
.rm-layout-expanded .rm-nav > ul > li > a,
.rm-layout-expanded .rm-top-menu > .rm-menu-item > a {
    height: 3em;
    line-height: 3em; /* match with height to center vertically */
    padding-top: 0;
    padding-bottom: 0;
	color: #333;
	width: 131px;
	display: block;
	text-align: center;
}
.rm-layout-expanded li ul,
.rm-layout-expanded .rm-menu-item .rm-menu {
    width: 15em;
    position: absolute;
    left: 0;
}
.rm-layout-expanded li.rm-last ul,
.rm-layout-expanded .rm-menu-item.rm-last .rm-menu,
.rm-layout-expanded li.rm-2nd-last ul,
.rm-layout-expanded .rm-menu-item.rm-2nd-last .rm-menu {
   /* left: auto;*/
    right: 0;
}
.rm-layout-expanded li li ul,
.rm-layout-expanded .rm-menu-item .rm-menu-item .rm-menu {
    position: absolute;
    left: 100%;
    top: 0;
}
.rm-layout-expanded li li.rm-last ul,
.rm-layout-expanded .rm-menu-item .rm-menu-item.rm-last .rm-menu,
.rm-layout-expanded li li.rm-2nd-last ul,
.rm-layout-expanded .rm-menu-item .rm-menu-item.rm-2nd-last .rm-menu{
    right: -100%;
    left: auto;
}
.rm-layout-expanded li a,
.rm-layout-expanded li li a,
.rm-layout-expanded li li li a,
.rm-layout-expanded .rm-menu-item a,
.rm-layout-expanded .rm-menu-item .rm-menu-item a,
.rm-layout-expanded .rm-menu-item .rm-menu-item .rm-menu-item a {
    /*padding-left: 2.5em;*/
}

/* clearfix */
.rm-layout-expanded .rm-nav > ul:before,
.rm-layout-expanded .rm-nav > ul:after,
.rm-layout-expanded .rm-top-menu:before,
.rm-layout-expanded .rm-top-menu:after {
    content: " ";
    display: table;
}
.rm-layout-expanded .rm-nav > ul:after,
.rm-layout-expanded .rm-top-menu:after {
    clear: both;
}

/* No JS Styles ============================================================= */

/* Hide Sub Menus */
.no-js .rm-nav li ul,
.rm-nojs li ul,
.no-js .rm-nav .rm-menu-item .rm-menu,
.rm-nojs .rm-menu-item .rm-menu {
    position: absolute;
    left: -999em;
}
.rm-toggle.rm-nojs {
    display: inline-block;
    visibility: hidden;
}

/* Expanded layout if JS not supported */
/* Note: The min-width value here should match minWidth value set in JS */
@media screen and ( min-width: 768px ) {

    .rm-nojs > ul > li,
    .no-js .rm-nav > ul > li,
    .rm-nojs > .rm-menu > .rm-menu-item,
    .no-js .rm-nav > .rm-menu > .rm-menu-item {
        float: left;
    }

    .rm-nojs li a,
    .no-js .rm-nav li a,
    .rm-nojs .rm-menu-item a,
    .no-js .rm-nav .rm-menu-item a {
        padding-left: 1em;
    }
    /* clearfix */
    .rm-nojs > ul:before,
    .rm-nojs > ul:after,
    .no-js .rm-nav > ul:before,
    .no-js .rm-nav > ul:after,
    .rm-nojs > .rm-menu:before,
    .rm-nojs > .rm-menu:after,
    .no-js .rm-nav > .rm-menu:before,
    .no-js .rm-nav > .rm-menu:after{
        content: " ";
        display: table;
    }
    .rm-nojs > ul:after,
    .no-js .rm-nav > ul:after,
    .rm-nojs > .rm-menu:after,
    .no-js .rm-nav > .rm-menu:after {
        clear: both;
    }
    .rm-toggle.rm-nojs {
        display: none;
    }
	.rm-menu-item{background:#333;}
	
	.rm-nav{margin-left:0px;margin-top: 0px;}



	
	
}

/* Calculation Styles ============================================================
 * Applied and removed by jQuery during menu height calculations
 */

.rm-calculate {
    position: absolute !important;
    max-height: none !important;
    overflow: visible !important;
}
.rm-layout-contracted .rm-calculate {
    width: 100% !important;
}

/* Accessibility ============================================================ */

.rm-container .accessibly-hidden {
    position: absolute;
    left: -999em;
}
/*pad*/
@media screen and (max-width:768px){
		.headerin{width:100%;}
	.rm-nav{margin-left:0px;position:absolute;z-index:99;top:113px;}
	.rm-toggle{margin:0em;}
	.rm-toggle.rm-button{margin-top:45px;}
	.ss{right:60px;}
	.ss .s2{width:56px;}
	.rm-css-animate.rm-menu-expanded{background:#333;}
	.rm-nav li a, .rm-menu-item  a{     padding: .75em 2.5em; }
	/*banner栏目*/
	.fix{position:static;top:0;}
	.fixin{height:590px;width:100%;}
	.f1{position:static;width:100%;}
	.f1 .ex{float:none;width:100%;padding-left:0px;margin-bottom:20px;background:#f3f3f3;padding-top: 20px;}
	.exbt{width:100%;}
	.newsbt{background:#34cacb;}
	#gundong li a{width:200px;}
	.f1 .ex h4{line-height:30px;}
	.f1 .ex h4 a{padding-left:28px;display: none;}
	.f1 .ex img{margin:0 auto;display:block;max-width: 186px;}
	.f1 .ex p{text-align:center;}
	/*产品开始*/
	.proin{width:100%;height: 1100px;}
	.pro_1{margin: 0 auto;margin-left: 0px;width:100%;}
	.pro_1 img{display:block;margin: 0 auto;}
	.pro_1 h4{text-align:center;}
	/*页脚*/
	.panel{width:100%;}
	.hezuobg{width:100%;height:222px;display: none;}
	.b_nav{display:none;}
	.er_box{width:100%;border-left: none;display: none;}
	/*产品页*/
	.about_banner{display:none;}
	.ab_navin{width:100%;height: 100%;}
	.ab_navin ul li a{background:#f3f3f3;width: 49.5%;border-bottom: 1px solid #c5c5c5;}
	.ab_navin ul li .ab_on{overflow: hidden;border-right: 1px solid #c5c5c5;}
	.abin{width:100%;height: 1425px;}
	.ab_title .ab_text{width:100%;}
	.ab_l{width:100%;height: 560px;}
	.ab_r{width:100%;}
	.ab_r img{width:100%;height:100%;}
	.Culturein{width:100%;}
	.Culture_text{width:100%;box-shadow:none;}
	#timeline{width:100%;}
	#dates{width:100%;}
	#issues li.selected img{display:none;}
	.wc960{width:100%;}
	.row{padding:0px;}
	.rowE .warp-pic-list{width:100%;overflow: hidden;height:303px;}
	.rowE .count li{}
	#wrapBox1{width:100%;}
	/*教育培训*/
	.eduin{width:100%;height: 500px;}
	.downin{width:100%;}
	.eduin_l{width:100%;}
	.eduin_l ul{width:100%;}
	.eduin_l ul li{width:100%;}
	.eduin_l ul li a{width:220px;}
	.eduin_r{display:none;}
	/*员工风采*/
	.stain{width:100%;height: 1384px;}
	.stalb{height:392px;}
	.stalb img{width:100%;}
	/*联系我们*/
	.contact_nin{width:100%;height:1300px;overflow: hidden;}
	.c_r{width:100%;height:550px;}
	.c_r1{width:100%;}
	.add{width:100%;}
	/*新闻*/
	.news_nin{width:100%;height: 1565px;}
	.news_l{width:100%;height: 350px;}
	.news_text{width:100%;height: 150px;}
	.news_l img{width:100%;}
	.news_text p a{width:100%;}
	.news_rc{display:none;}
	.news_text h4 a{width:100%;}
	.news_1in{width:100%;}
	.news_1in h1{line-height:30px;margin-top: 20px;}
	.fengxiangbox{}
	.news_box{width:100%;}
	/*人力资源*/
	.rencai_textin{width:100%;height:550px;}
	.rencai_l{width:100%;padding-left: 0px;}
	.rencai_l span{width:100%;}
	.rencai_r{border-left:none;}
	.zhaopinboxin{min-width:100%;width:100%;}
	.zhaopin_list{height:500px;}
	.zhaopin_list .f-cb .fl{padding:0px;}
	.list-top{overflow:hidden;}
	.rencai_textbox{width:100%;}
	.posi{width:100%;}
	.style6{width:468px;}
	#LoginBox{left:0px;width:100%;height:700px;border:none;}
	#bd textarea{width:251px;}
	.lk{width:100%;height:inherit;}
	.lk .main{margin-left:0px;}
	/*产品系列*/
	.pro_linein{width:100%;padding-top: 123px;height:2600px;}
	.pro_linein ul{margin-left:0px;width:100%;}
	.pro_linein ul li .line_on{border-bottom:none;}
	.pro_linein ul li a{margin-bottom:0px;width: 49.5%;text-align: center;overflow: hidden;margin-right: 0px;}
	.p1_box{width:100%;}
	.p1{width:100%;}
	.p_img{width:100%;}
	.p_img a img{width:100%;height: 375px;}
	.p1_text{width:100%;padding:0px;}
	.p_img img{width:100%;height: 375px;}
	.pro_lineinn{height: 93px}
	.box{width:100%;}
	.left-pro{width:100%;padding:0px;}
	.left-pro .t2{width:100%;overflow: hidden;padding-left:0;}
	.left-pro .t1{width:100%;}
	#gotop{display:none;}
	#gobottom{display:none;}
	#showArea{height:74px;}
	#showArea a{float:left;}
	.right-pro{margin-left:0px;width:100%;}
	.p_jjin{width:100%;}
	.p_ti{width:100%;}
	#tabs, #tabs2, #tabs3, #tabs4, #tabs5{width:100%;}
	.rowE .warp-pic-listt{height:390px;}
	.pro_in{width:100%;padding-top: 50px;}
	.p_titel{width:100%;}
	.p_titel h4{margin-left:0px;font-size:24px;}
	#pagination{display:none;}
	#full-screen-slider{height:192px;}
	#slides{width:100%;height: 192px;}
	.main_pin{width:100%;height:1090px;}
	.stain h1{line-height: 30px; margin-top: 20px;}

	
	
	
}
/*手机适应*/
@media screen and (max-width:414px){
	body{padding:0 3px;}
	.headerin{width:100%;}
	.rm-nav{margin-left:0px;position:absolute;z-index:99;top:113px;}
	.rm-toggle{margin:0em;}
	.rm-toggle.rm-button{margin-top:45px;}
	.ss{right:60px;}
	.ss .s2{width:56px;}
	.rm-css-animate.rm-menu-expanded{background:#333;}
	.rm-nav li a, .rm-menu-item  a{     padding: .75em 2.5em; }
	/*banner栏目*/
	.fix{position:static;top:0;}
	.fixin{height:590px;width:100%;}
	.f1{position:static;width:100%;}
	.f1 .ex{float:none;width:100%;padding-left:0px;margin-bottom:20px;background:#f3f3f3;padding-top: 20px;}
	.exbt{width:100%;}
	.newsbt{background:#34cacb;}
	#gundong li a{width:200px;}
	.f1 .ex h4{line-height:30px;}
	.f1 .ex h4 a{padding-left:28px;display: none;}
	.f1 .ex img{margin:0 auto;display:block;max-width: 186px;}
	.f1 .ex p{text-align:center;}
	/*产品开始*/
	.proin{width:100%;height: 1100px;}
	.pro_1{margin: 0 auto;margin-left: 0px;width:100%;}
	.pro_1 img{display:block;margin: 0 auto;}
	.pro_1 h4{text-align:center;}
	/*页脚*/
	.panel{width:100%;}
	.hezuobg{width:100%;height:222px;display: none;}
	.b_nav{display:none;}
	.er_box{width:100%;border-left: none;display: none;}
	/*产品页*/
	.about_banner{display:none;}
	.ab_navin{width:100%;height: 100%;}
	.ab_navin ul li a{background:#f3f3f3;width: 49.5%;border-bottom: 1px solid #c5c5c5;}
	.ab_navin ul li .ab_on{overflow: hidden;border-right: 1px solid #c5c5c5;}
	.abin{width:100%;height: 1425px;}
	.ab_title .ab_text{width:100%;}
	.ab_l{width:100%;height: 560px;}
	.ab_r{width:100%;}
	.ab_r img{width:100%;height:100%;}
	.Culturein{width:100%;}
	.Culture_text{width:100%;box-shadow:none;}
	#timeline{width:100%;}
	#dates{width:100%;}
	#issues li.selected img{display:none;}
	.wc960{width:100%;}
	.row{padding:0px;}
	.rowE .warp-pic-list{width:100%;overflow: hidden;height:303px;}
	.rowE .count li{}
	#wrapBox1{width:100%;}
	/*教育培训*/
	.eduin{width:100%;height: 500px;}
	.downin{width:100%;}
	.eduin_l{width:100%;}
	.eduin_l ul{width:100%;}
	.eduin_l ul li{width:100%;}
	.eduin_l ul li a{width:220px;}
	.eduin_r{display:none;}
	/*员工风采*/
	.stain{width:100%;height: 1384px;}
	.stalb{height:392px;}
	.stalb img{width:100%;}
	/*联系我们*/
	.contact_nin{width:100%;height:1300px;overflow: hidden;}
	.c_r{width:100%;height:550px;}
	.c_r1{width:100%;}
	.add{width:100%;}
	/*新闻*/
	.news_nin{width:100%;height: 1565px;}
	.news_l{width:100%;height: 350px;}
	.news_text{width:100%;height: 150px;}
	.news_l img{width:100%;}
	.news_text p a{width:100%;}
	.news_rc{display:none;}
	.news_text h4 a{width:100%;}
	.news_1in{width:100%;}
	.news_1in h1{line-height:30px;margin-top: 20px;}
	.fengxiangbox{}
	.news_box{width:100%;}
	/*人力资源*/
	.rencai_textin{width:100%;height:550px;}
	.rencai_l{width:100%;padding-left: 0px;}
	.rencai_l span{width:100%;}
	.rencai_r{border-left:none;}
	.zhaopinboxin{min-width:100%;width:100%;}
	.zhaopin_list{height:500px;}
	.zhaopin_list .f-cb .fl{padding:0px;}
	.list-top{overflow:hidden;}
	.rencai_textbox{width:100%;}
	.posi{width:100%;}
	.style6{width:468px;}
	#LoginBox{left:0px;width:100%;height:700px;border:none;}
	#bd textarea{width:251px;}
	.lk{width:100%;height:inherit;}
	.lk .main{margin-left:0px;}
	/*产品系列*/
	.pro_linein{width:100%;padding-top: 123px;height:2600px;}
	.pro_linein ul{margin-left:0px;width:100%;}
	.pro_linein ul li .line_on{border-bottom:none;}
	.pro_linein ul li a{margin-bottom:0px;width: 49.5%;text-align: center;overflow: hidden;margin-right: 0px;}
	.p1_box{width:100%;}
	.p1{width:100%;}
	.p_img{width:100%;}
	.p_img a img{width:100%;height: 375px;}
	.p1_text{width:100%;padding:0px;}
	.p_img img{width:100%;height: 375px;}
	.pro_lineinn{height: 93px}
	.box{width:100%;}
	.left-pro{width:100%;padding:0px;}
	.left-pro .t2{width:100%;overflow: hidden;padding-left:0;}
	.left-pro .t1{width:100%;}
	#gotop{display:none;}
	#gobottom{display:none;}
	#showArea{height:74px;}
	#showArea a{float:left;}
	.right-pro{margin-left:0px;width:100%;}
	.p_jjin{width:100%;}
	.p_ti{width:100%;}
	#tabs, #tabs2, #tabs3, #tabs4, #tabs5{width:100%;}
	.rowE .warp-pic-listt{height:390px;}
	.pro_in{width:100%;padding-top: 50px;}
	.p_titel{width:100%;}
	.p_titel h4{margin-left:0px;font-size:24px;}
	#pagination{display:none;}
	#full-screen-slider{height:192px;}
	#slides{width:100%;height: 192px;}
	.main_pin{width:100%;height:1090px;}
	.stain h1{line-height: 30px; margin-top: 20px;}
} 

@media screen and (max-width:375px){
	body{padding:0 3px;}
	.headerin{width:100%;}
	.rm-nav{margin-left:0px;position:absolute;z-index:99;top:113px;}
	.rm-toggle{margin:0em;}
	.rm-toggle.rm-button{margin-top:45px;}
	.ss{right:60px;}
	.ss .s2{width:28px;}
	.rm-css-animate.rm-menu-expanded{background:#333;}
	.rm-nav li a, .rm-menu-item  a{     padding: .75em 2.5em; }
	/*banner栏目*/
	.fix{position:static;top:0;}
	.fixin{height:590px;width:100%;}
	.f1{position:static;width:100%;}
	.f1 .ex{float:none;width:100%;padding-left:0px;margin-bottom:20px;background:#f3f3f3;padding-top: 20px;}
	.exbt{width:100%;}
	.newsbt{background:#34cacb;}
	#gundong li a{width:200px;}
	.f1 .ex h4{line-height:30px;}
	.f1 .ex h4 a{padding-left:28px;display: none;}
	.f1 .ex img{margin:0 auto;display:block;max-width: 186px;}
	.f1 .ex p{text-align:center;}
	/*产品开始*/
	.proin{width:100%;height: 1100px;}
	.pro_1{margin: 0 auto;margin-left: 0px;width:100%;}
	.pro_1 img{display:block;margin: 0 auto;}
	.pro_1 h4{text-align:center;}
	/*页脚*/
	.panel{width:100%;}
	.hezuobg{width:100%;height:222px;display: none;}
	.b_nav{display:none;}
	.er_box{width:100%;border-left: none;display: none;}
	/*产品页*/
	.about_banner{display:none;}
	.ab_navin{width:100%;height: 100%;}
	.ab_navin ul li a{background:#f3f3f3;width: 49.5%;border-bottom: 1px solid #c5c5c5;}
	.ab_navin ul li .ab_on{overflow: hidden;border-right: 1px solid #c5c5c5;}
	.abin{width:100%;height: 1425px;}
	.ab_title .ab_text{width:100%;}
	.ab_l{width:100%;height: 560px;}
	.ab_r{width:100%;}
	.ab_r img{width:100%;height:100%;}
	.Culturein{width:100%;}
	.Culture_text{width:100%;box-shadow:none;}
	#timeline{width:100%;}
	#dates{width:100%;}
	#issues li.selected img{display:none;}
	.wc960{width:100%;}
	.row{padding:0px;}
	.rowE .warp-pic-list{width:100%;overflow: hidden;height:303px;}
	.rowE .count li{}
	#wrapBox1{width:100%;}
	/*教育培训*/
	.eduin{width:100%;height: 500px;}
	.downin{width:100%;}
	.eduin_l{width:100%;}
	.eduin_l ul{width:100%;}
	.eduin_l ul li{width:100%;}
	.eduin_l ul li a{width:220px;}
	.eduin_r{display:none;}
	/*员工风采*/
	.stain{width:100%;height: 1384px;}
	.stalb{height:392px;}
	.stalb img{width:100%;}
	/*联系我们*/
	.contact_nin{width:100%;height:1300px;overflow: hidden;}
	.c_r{width:100%;height:550px;}
	.c_r1{width:100%;}
	.add{width:100%;}
	/*新闻*/
	.news_nin{width:100%;height: 1565px;}
	.news_l{width:100%;height: 350px;}
	.news_text{width:100%;height: 150px;}
	.news_l img{width:100%;}
	.news_text p a{width:100%;}
	.news_rc{display:none;}
	.news_text h4 a{width:100%;}
	.news_1in{width:100%;}
	.news_1in h1{line-height:30px;margin-top: 20px;}
	.fengxiangbox{}
	.news_box{width:100%;}
	/*人力资源*/
	.rencai_textin{width:100%;height:550px;}
	.rencai_l{width:100%;padding-left: 0px;}
	.rencai_l span{width:100%;}
	.rencai_r{border-left:none;}
	.zhaopinboxin{min-width:100%;width:100%;}
	.zhaopin_list{height:500px;}
	.zhaopin_list .f-cb .fl{padding:0px;}
	.list-top{overflow:hidden;}
	.rencai_textbox{width:100%;}
	.posi{width:100%;}
	.style6{width:468px;}
	#LoginBox{left:0px;width:100%;height:700px;border:none;}
	#bd textarea{width:251px;}
	.lk{width:100%;height:inherit;}
	.lk .main{margin-left:0px;}
	/*产品系列*/
	.pro_linein{width:100%;padding-top: 123px;height:2600px;}
	.pro_linein ul{margin-left:0px;width:100%;}
	.pro_linein ul li .line_on{border-bottom:none;}
	.pro_linein ul li a{margin-bottom:0px;width: 49.5%;text-align: center;overflow: hidden;margin-right: 0px;}
	.p1_box{width:100%;}
	.p1{width:100%;}
	.p_img{width:100%;}
	.p_img a img{width:100%;height: 375px;}
	.p1_text{width:100%;padding:0px;}
	.p_img img{width:100%;height: 375px;}
	.pro_lineinn{height: 93px}
	.box{width:100%;}
	.left-pro{width:100%;padding:0px;}
	.left-pro .t2{width:100%;overflow: hidden;padding-left:0;}
	.left-pro .t1{width:100%;}
	#gotop{display:none;}
	#gobottom{display:none;}
	#showArea{height:74px;}
	#showArea a{float:left;}
	.right-pro{margin-left:0px;width:100%;}
	.p_jjin{width:100%;}
	.p_ti{width:100%;}
	#tabs, #tabs2, #tabs3, #tabs4, #tabs5{width:100%;}
	.rowE .warp-pic-listt{height:390px;}
	.pro_in{width:100%;padding-top: 50px;}
	.p_titel{width:100%;}
	.p_titel h4{margin-left:0px;font-size:24px;}
	#pagination{display:none;}
	#full-screen-slider{height:192px;}
	#slides{width:100%;height: 192px;}
	.main_pin{width:100%;height:1090px;}
	.stain h1{line-height: 30px; margin-top: 20px;}
} 


@media screen and (max-width:320px){
	.logo{margin-top: 21px;}
	.logo a img{width:132px;}
	
	
	
	
}









